Round()

Math Function

Syntax samples

ROUND(<expression>)

Integer1 = ROUND(3.5)

Description

Rounds the expression to the nearest whole number. Use this function to override ProModel’s default, truncation.

Valid In

Any expression. This function returns an integer.

Components

<expression>

The expression to be rounded.

See Also

TRUNC() and REAL().